com.sabro.jbusiness.uteis
Class SelectionManager.SelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.sabro.jbusiness.uteis.SelectionManager.SelectionEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SelectionManager

public static class SelectionManager.SelectionEvent
extends java.util.EventObject

SelectionEvent é usada para notificar os observadores que o Selection foi alterado.

See Also:
Serialized Form

Constructor Summary
SelectionManager.SelectionEvent(ISelectable source)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionManager.SelectionEvent

public SelectionManager.SelectionEvent(ISelectable source)